#include <deApi.hpp>
Collaboration diagram for deApiFn_Attribute:

Public Types | |
| enum | DataType { Invalid = 0, Float, Int, Vector, Bool, Color_RGB, Color_Alpha, Color_ARGB, UV, UVW, Transform, OutOfRange = 65535 } |
Public Member Functions | |
| deApiFn_Attribute () | |
| ~deApiFn_Attribute () | |
| deApiHandle | Create (DataType AttributeType, const deString &sName, const deString &sDescription) |
| bool | AddToCollection (deApiObject *pCollection) |
Private Attributes | |
| deApiAttribute * | m_pAttribute |
| deApiAttributeCollection * | m_pAttributeCollection |
| DataType | m_type |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3